.sidebar {
  position: fixed;
  right: 10px;
  bottom: 44px;
}
.sidebar .batch {
  width: 60px;
  height: 104px;
  background: linear-gradient(180deg, #a185f6 0%, #7c57ee 100%);
  box-shadow: 0px 0px 6px 1px rgba(123, 86, 238, 0.2);
  border-radius: 10px 10px 10px 10px;
  padding-top: 16px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.sidebar .batch:hover {
  background: #7b56ee;
  box-shadow: 0px 0px 6px 1px rgba(123, 86, 238, 0.2);
}
.sidebar .wananchi {
  position: relative;
}
.sidebar .batch-hover,
.sidebar .wananchi-hover {
  width: 164px;
  height: 188px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 1px rgba(228, 228, 255, 0.68);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid rgba(0, 0, 0, 0);
  position: absolute;
  right: 85px;
  top: 0px;
  padding-top: 18px;
  display: none;
}
.sidebar .batch .batch-hover img,
.sidebar .wananchi .wananchi-hover img {
  width: 128px;
  height: 128px;
  display: block;
  margin: 0 auto 8px;
}
.sidebar .batch:hover .batch-hover,
.sidebar .wananchi:hover .wananchi-hover {
  display: block;
}
.sidebar .batch .batch-hover i,
.sidebar .wananchi .wananchi-hover i {
  font-style: normal;
  font-size: 12px;
  color: #333333;
  text-align: center;
  display: block;
}
.sidebar .batch-hover em,
.sidebar .wananchi-hover em {
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: -18px;
  top: 34px;
}
.sidebar .batch i {
  width: 36px;
  height: 36px;
  margin: 0 auto 6px;
  display: block;
  background: #ffffff;
  border-radius: 50%;
  position: relative;
}
.sidebar .batch i img {
  width: 18px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sidebar .batch span {
  font-size: 12px;
  color: #ffffff;
  display: block;
  width: 34px;
  margin: 0 auto;
  text-align: center;
  line-height: 16px;
}
.sidebar ul {
  width: 60px;
  height: 250px;
  background: #ffffff;
  box-shadow: 0px 0px 12px 1px #e4e4ff;
  border-radius: 10px 10px 10px 10px;
}
.sidebar ul li {
  padding-top: 16px;
}
.sidebar ul li .top {
  width: 21px;
  height: 13px;
  cursor: pointer;
  margin: 20px auto 0;
  display: block;
  background: url("../img/top.png") no-repeat;
}
.sidebar ul li .top:hover {
  background: url("../img/topHover.png") no-repeat;
}
.sidebar ul li .top.none {
  display: block !important;
}
.sidebar ul li span {
  font-size: 12px;
  color: #8189a1;
  display: block;
  width: 36px;
  margin: 0 auto;
  text-align: center;
}
.sidebar .down b {
  background: url("../img/downIcon.png") no-repeat;
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 6px;
}
.sidebar .down:hover b {
  background: url("../img/downIconHover.png") no-repeat;
}
.sidebar .down:hover span {
  color: #7b56ee;
}

.sidebar .wananchi b {
  background: url("../img/downIcon.png") no-repeat;
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 6px;
}
.sidebar .wananchi:hover b {
  background: url("../img/downIconHover.png") no-repeat;
}
.sidebar .wananchi:hover span {
  color: #7b56ee;
}
